home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig_sup.lha / xfig_support / Makefile < prev    next >
Makefile  |  1995-08-29  |  14KB  |  443 lines

  1. # Makefile generated by imake - do not edit!
  2. # $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
  3. #
  4. # The cpp used on this machine replaces all newlines and multiple tabs and
  5. # spaces in a macro expansion with a single space.  Imake tries to compensate
  6. # for this, but is not always successful.
  7. #
  8.  
  9. # -------------------------------------------------------------------------
  10. # Makefile generated from "Imake.tmpl" and <Imakefile>
  11. # $XConsortium: Imake.tmpl,v 1.139 91/09/16 08:52:48 rws Exp $
  12. #
  13. # Platform-specific parameters may be set in the appropriate <vendor>.cf
  14. # configuration files.  Site-specific parameters should be set in the file
  15. # site.def.  Full rebuilds are recommended if any parameters are changed.
  16. #
  17. # If your C preprocessor does not define any unique symbols, you will need
  18. # to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
  19. # "make World" the first time).
  20. #
  21.  
  22. # -------------------------------------------------------------------------
  23. # site-specific configuration parameters that need to come before
  24. # the platform-specific parameters - edit site.def to change
  25.  
  26. # site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  27.  
  28. # -------------------------------------------------------------------------
  29. # platform-specific configuration parameters - edit sun.cf to change
  30.  
  31. # platform:  $XConsortium: sun.cf,v 1.72.1.1 92/03/18 13:13:37 rws Exp $
  32.  
  33. # operating system:  SunOS 4.1.2
  34.  
  35. # $XConsortium: sunLib.rules,v 1.7 91/12/20 11:19:47 rws Exp $
  36.  
  37. .c.o:
  38.     $(CC) -c $(CFLAGS) $*.c
  39.  
  40. # -------------------------------------------------------------------------
  41. # site-specific configuration parameters that go after
  42. # the platform-specific parameters - edit site.def to change
  43.  
  44. # site:  $XConsortium: site.def,v 1.2 91/07/30 20:26:44 rws Exp $
  45.  
  46.             SHELL = /bin/sh
  47.  
  48.               TOP = .
  49.       CURRENT_DIR = .
  50.  
  51.                AR = ar clq
  52.   BOOTSTRAPCFLAGS =
  53.                CC = gcc -fstrength-reduce -fpcc-struct-return
  54.                AS = as
  55.  
  56.          COMPRESS = compress
  57.               CPP = /lib/cpp $(STD_CPP_DEFINES)
  58.     PREPROCESSCMD = gcc -fstrength-reduce -fpcc-struct-return -E $(STD_CPP_DEFINES)
  59.           INSTALL = install
  60.                LD = ld
  61.              LINT = lint
  62.       LINTLIBFLAG = -C
  63.          LINTOPTS = -axz
  64.                LN = ln -s
  65.              MAKE = make
  66.                MV = mv
  67.                CP = cp
  68.  
  69.            RANLIB = ranlib
  70.   RANLIBINSTFLAGS =
  71.  
  72.                RM = rm -f
  73.             TROFF = psroff
  74.          MSMACROS = -ms
  75.               TBL = tbl
  76.               EQN = eqn
  77.      STD_INCLUDES =
  78.   STD_CPP_DEFINES =
  79.       STD_DEFINES =
  80.  EXTRA_LOAD_FLAGS = -B/usr/bin/
  81.   EXTRA_LIBRARIES =
  82.              TAGS = ctags
  83.  
  84.     SHAREDCODEDEF = -DSHAREDCODE
  85.          SHLIBDEF = -DSUNSHLIB
  86.  
  87.     PROTO_DEFINES =
  88.  
  89.      INSTPGMFLAGS =
  90.  
  91.      INSTBINFLAGS = -m 0755
  92.      INSTUIDFLAGS = -m 4755
  93.      INSTLIBFLAGS = -m 0644
  94.      INSTINCFLAGS = -m 0444
  95.      INSTMANFLAGS = -m 0444
  96.      INSTDATFLAGS = -m 0444
  97.     INSTKMEMFLAGS = -g kmem -m 2755
  98.  
  99.       CDEBUGFLAGS = -O
  100.         CCOPTIONS =
  101.  
  102.       ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
  103.        ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(DEFINES)
  104.            CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
  105.         LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)
  106.  
  107.            LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)
  108.  
  109.         LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(LOCAL_LDFLAGS)
  110.  
  111.    LDCOMBINEFLAGS = -X -r
  112.       DEPENDFLAGS =
  113.  
  114.         MACROFILE = sun.cf
  115.            RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut
  116.  
  117.     IMAKE_DEFINES =
  118.  
  119.          IRULESRC = $(CONFIGDIR)
  120.         IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)
  121.  
  122.      ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
  123.             $(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
  124.             $(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)
  125.  
  126. # -------------------------------------------------------------------------
  127. # X Window System Build Parameters
  128. # $XConsortium: Project.tmpl,v 1.138 91/09/10 09:02:12 rws Exp $
  129.  
  130. # -------------------------------------------------------------------------
  131. # X Window System make variables; this need to be coordinated with rules
  132.  
  133.           PATHSEP = /
  134.         USRLIBDIR = /usr/lib
  135.            BINDIR = /usr/bin/X11
  136.           INCROOT = /usr/include
  137.      BUILDINCROOT = $(TOP)
  138.       BUILDINCDIR = $(BUILDINCROOT)/X11
  139.       BUILDINCTOP = ..
  140.            INCDIR = $(INCROOT)/X11
  141.            ADMDIR = /usr/adm
  142.            LIBDIR = $(USRLIBDIR)/X11
  143.         CONFIGDIR = $(LIBDIR)/config
  144.        LINTLIBDIR = $(USRLIBDIR)/lint
  145.  
  146.           FONTDIR = $(LIBDIR)/fonts
  147.          XINITDIR = $(LIBDIR)/xinit
  148.            XDMDIR = $(LIBDIR)/xdm
  149.            TWMDIR = $(LIBDIR)/twm
  150.           MANPATH = /usr/man
  151.     MANSOURCEPATH = $(MANPATH)/man
  152.         MANSUFFIX = l
  153.      LIBMANSUFFIX = 3
  154.            MANDIR = $(MANSOURCEPATH)$(MANSUFFIX)
  155.         LIBMANDIR = $(MANSOURCEPATH)$(LIBMANSUFFIX)
  156.            NLSDIR = $(LIBDIR)/nls
  157.         PEXAPIDIR = $(LIBDIR)/PEX
  158.       XAPPLOADDIR = $(LIBDIR)/app-defaults
  159.        FONTCFLAGS = -t
  160.  
  161.      INSTAPPFLAGS = $(INSTDATFLAGS)
  162.  
  163.             IMAKE = imake
  164.            DEPEND = makedepend
  165.               RGB = rgb
  166.  
  167.             FONTC = bdftopcf
  168.  
  169.         MKFONTDIR = mkfontdir
  170.         MKDIRHIER = /bin/sh $(BINDIR)/mkdirhier
  171.  
  172.         CONFIGSRC = $(TOP)/config
  173.        DOCUTILSRC = $(TOP)/doc/util
  174.         CLIENTSRC = $(TOP)/clients
  175.           DEMOSRC = $(TOP)/demos
  176.            LIBSRC = $(TOP)/lib
  177.           FONTSRC = $(TOP)/fonts
  178.        INCLUDESRC = $(TOP)/X11
  179.         SERVERSRC = $(TOP)/server
  180.           UTILSRC = $(TOP)/util
  181.         SCRIPTSRC = $(UTILSRC)/scripts
  182.        EXAMPLESRC = $(TOP)/examples
  183.        CONTRIBSRC = $(TOP)/../contrib
  184.            DOCSRC = $(TOP)/doc
  185.            RGBSRC = $(TOP)/rgb
  186.         DEPENDSRC = $(UTILSRC)/makedepend
  187.          IMAKESRC = $(CONFIGSRC)
  188.          XAUTHSRC = $(LIBSRC)/Xau
  189.           XLIBSRC = $(LIBSRC)/X
  190.            XMUSRC = $(LIBSRC)/Xmu
  191.        TOOLKITSRC = $(LIBSRC)/Xt
  192.        AWIDGETSRC = $(LIBSRC)/Xaw
  193.        OLDXLIBSRC = $(LIBSRC)/oldX
  194.       XDMCPLIBSRC = $(LIBSRC)/Xdmcp
  195.       BDFTOSNFSRC = $(FONTSRC)/bdftosnf
  196.       BDFTOSNFSRC = $(FONTSRC)/clients/bdftosnf
  197.       BDFTOPCFSRC = $(FONTSRC)/clients/bdftopcf
  198.      MKFONTDIRSRC = $(FONTSRC)/clients/mkfontdir
  199.          FSLIBSRC = $(FONTSRC)/lib/fs
  200.     FONTSERVERSRC = $(FONTSRC)/server
  201.      EXTENSIONSRC = $(TOP)/extensions
  202.          XILIBSRC = $(EXTENSIONSRC)/lib/xinput
  203.       PHIGSLIBSRC = $(EXTENSIONSRC)/lib/PEX
  204.  
  205. # $XConsortium: sunLib.tmpl,v 1.14.1.1 92/03/17 14:58:46 rws Exp $
  206.  
  207. SHLIBLDFLAGS = -assert pure-text
  208. PICFLAGS = -pic
  209.  
  210.   DEPEXTENSIONLIB =
  211.      EXTENSIONLIB = -lXext
  212.  
  213.           DEPXLIB = $(DEPEXTENSIONLIB)
  214.              XLIB = $(EXTENSIONLIB) -lX11
  215.  
  216.         DEPXMULIB = $(USRLIBDIR)/libXmu.sa.$(SOXMUREV)
  217.        XMULIBONLY = -lXmu
  218.            XMULIB = -lXmu
  219.  
  220.        DEPOLDXLIB =
  221.           OLDXLIB = -loldX
  222.  
  223.       DEPXTOOLLIB = $(USRLIBDIR)/libXt.sa.$(SOXTREV)
  224.          XTOOLLIB = -lXt
  225.  
  226.         DEPXAWLIB = $(USRLIBDIR)/libXaw.sa.$(SOXAWREV)
  227.            XAWLIB = -lXaw
  228.  
  229.         DEPXILIB =
  230.            XILIB = -lXi
  231.  
  232.         SOXLIBREV = 4.10
  233.           SOXTREV = 4.10
  234.          SOXAWREV = 5.0
  235.         SOOLDXREV = 4.10
  236.          SOXMUREV = 4.10
  237.         SOXEXTREV = 4.10
  238.       SOXINPUTREV = 4.10
  239.  
  240.       DEPXAUTHLIB = $(USRLIBDIR)/libXau.a
  241.          XAUTHLIB =  -lXau
  242.       DEPXDMCPLIB = $(USRLIBDIR)/libXdmcp.a
  243.          XDMCPLIB =  -lXdmcp
  244.  
  245.         DEPPHIGSLIB = $(USRLIBDIR)/libphigs.a
  246.            PHIGSLIB =  -lphigs
  247.  
  248.        DEPXBSDLIB = $(USRLIBDIR)/libXbsd.a
  249.           XBSDLIB =  -lXbsd
  250.  
  251.  LINTEXTENSIONLIB = $(LINTLIBDIR)/llib-lXext.ln
  252.          LINTXLIB = $(LINTLIBDIR)/llib-lX11.ln
  253.           LINTXMU = $(LINTLIBDIR)/llib-lXmu.ln
  254.         LINTXTOOL = $(LINTLIBDIR)/llib-lXt.ln
  255.           LINTXAW = $(LINTLIBDIR)/llib-lXaw.ln
  256.            LINTXI = $(LINTLIBDIR)/llib-lXi.ln
  257.         LINTPHIGS = $(LINTLIBDIR)/llib-lphigs.ln
  258.  
  259.           DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
  260.  
  261.          DEPLIBS1 = $(DEPLIBS)
  262.          DEPLIBS2 = $(DEPLIBS)
  263.          DEPLIBS3 = $(DEPLIBS)
  264.  
  265. # -------------------------------------------------------------------------
  266. # Imake rules for building libraries, programs, scripts, and data files
  267. # rules:  $XConsortium: Imake.rules,v 1.123 91/09/16 20:12:16 rws Exp $
  268.  
  269. # -------------------------------------------------------------------------
  270. # start of Imakefile
  271.  
  272. # Copyright (c) 1991 Micah Beck
  273.  
  274. # The X Consortium, and any party obtaining a copy of these files from
  275. # the X Consortium, directly or indirectly, is granted, free of charge, a
  276. # full and unrestricted irrevocable, world-wide, paid up, royalty-free,
  277. # nonexclusive right and license to deal in this software and
  278. # documentation files (the "Software"), including without limitation the
  279. # rights to use, copy, modify, merge, publish, distribute, sublicense,
  280. # and/or sell copies of the Software, and to permit persons who receive
  281. # copies from any such party to do so, with the only requirement being
  282. # that this copyright notice remain intact.  This license includes without
  283. # limitation a license to do the foregoing actions under any patents of
  284. # the party supplying this software to the X Consortium.
  285.  
  286. # Top level Makefile for TransFig
  287.  
  288. # to make fig2dev:         type "make Makefiles" then "make"
  289.  
  290. DEPLIBS =
  291. SUBDIRS = transfig fig2dev/dev fig2dev
  292.  
  293. all::
  294.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  295.     for i in $(SUBDIRS) ;\
  296.     do \
  297.     (cd $$i ; echo "making" all "in $(CURRENT_DIR)/$$i..."; \
  298.     $(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' all); \
  299.     done
  300.  
  301. depend::
  302.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  303.     for i in $(SUBDIRS) ;\
  304.     do \
  305.     (cd $$i ; echo "depending" "in $(CURRENT_DIR)/$$i..."; \
  306.     $(MAKE) $(MFLAGS)  depend); \
  307.     done
  308.  
  309. manual:
  310.  
  311. transfig.man: ../doc/transfig.1
  312.     ln -s ../doc/transfig.1 transfig.man
  313.     cd doc/manual; make; latex manual; latex manual
  314.  
  315. clean::
  316.     cd doc/manual; make clean
  317.  
  318. # -------------------------------------------------------------------------
  319. # common rules for all Makefiles - do not edit
  320.  
  321. emptyrule::
  322.  
  323. clean::
  324.     $(RM_CMD) "#"*
  325.  
  326. Makefile::
  327.     -@if [ -f Makefile ]; then set -x; \
  328.     $(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
  329.     else exit 0; fi
  330.     $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)
  331.  
  332. tags::
  333.     $(TAGS) -w *.[ch]
  334.     $(TAGS) -xw *.[ch] > TAGS
  335.  
  336. saber:
  337.     # load $(ALLDEFINES) $(SRCS)
  338.  
  339. osaber:
  340.     # load $(ALLDEFINES) $(OBJS)
  341.  
  342. # -------------------------------------------------------------------------
  343. # rules for building in SUBDIRS - do not edit
  344.  
  345. install::
  346.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  347.     for i in $(SUBDIRS) ;\
  348.     do \
  349.     (cd $$i ; echo "installing" "in $(CURRENT_DIR)/$$i..."; \
  350.     $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install); \
  351.     done
  352.  
  353. install.man::
  354.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  355.     for i in $(SUBDIRS) ;\
  356.     do \
  357.     (cd $$i ; echo "installing man pages" "in $(CURRENT_DIR)/$$i..."; \
  358.     $(MAKE) $(MFLAGS) DESTDIR='$(DESTDIR)' install.man); \
  359.     done
  360.  
  361. clean::
  362.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  363.     for i in $(SUBDIRS) ;\
  364.     do \
  365.     (cd $$i ; echo "cleaning" "in $(CURRENT_DIR)/$$i..."; \
  366.     $(MAKE) $(MFLAGS) RM_CMD='$(RM_CMD)' clean); \
  367.     done
  368.  
  369. tags::
  370.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  371.     for i in $(SUBDIRS) ;\
  372.     do \
  373.     (cd $$i ; echo "tagging" "in $(CURRENT_DIR)/$$i..."; \
  374.     $(MAKE) $(MFLAGS) TAGS='$(TAGS)' tags); \
  375.     done
  376.  
  377. Makefiles::
  378.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  379.     for i in $(SUBDIRS) ;\
  380.     do \
  381.     echo "making Makefiles in $(CURRENT_DIR)/$$i..."; \
  382.     case "$$i" in \
  383.     ./?*/?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
  384.     ./?*/?*/?*) newtop=../../../ sub=subsubsub;; \
  385.     ./?*/?*) newtop=../../ sub=subsub;; \
  386.     ./?*) newtop=../ sub=sub;; \
  387.     */?*/?*/?*) newtop=../../../../ sub=subsubsubsub;; \
  388.     */?*/?*) newtop=../../../ sub=subsubsub;; \
  389.     */?*) newtop=../../ sub=subsub;; \
  390.     *) newtop=../ sub=sub;; \
  391.     esac; \
  392.     case "$(TOP)" in \
  393.     /?*) newtop= upprefix= ;; \
  394.     *) upprefix=../ ;; \
  395.     esac; \
  396.     $(MAKE) $${sub}dirMakefiles UPPREFIX=$$upprefix NEWTOP=$$newtop \
  397.     MAKEFILE_SUBDIR=$$i NEW_CURRENT_DIR=$(CURRENT_DIR)/$$i;\
  398.     done
  399.  
  400. subdirMakefiles:
  401.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  402.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
  403.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  404.     else exit 0; fi
  405.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  406.     $(MAKE) $(MFLAGS) Makefiles
  407.  
  408. subsubdirMakefiles:
  409.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  410.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
  411.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  412.     else exit 0; fi
  413.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  414.     $(MAKE) $(MFLAGS) Makefiles
  415.  
  416. subsubsubdirMakefiles:
  417.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  418.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
  419.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  420.     else exit 0; fi
  421.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  422.     $(MAKE) $(MFLAGS) Makefiles
  423.  
  424. subsubsubsubdirMakefiles:
  425.     $(RM) $(MAKEFILE_SUBDIR)/Makefile.bak
  426.     -@if [ -f $(MAKEFILE_SUBDIR)/Makefile ]; then set -x; \
  427.     $(MV) $(MAKEFILE_SUBDIR)/Makefile $(MAKEFILE_SUBDIR)/Makefile.bak; \
  428.     else exit 0; fi
  429.     cd $(MAKEFILE_SUBDIR); $(IMAKE_CMD) -DTOPDIR=$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(UPPREFIX)$(TOP) -DCURDIR=$(NEW_CURRENT_DIR); \
  430.     $(MAKE) $(MFLAGS) Makefiles
  431.  
  432. includes::
  433.     @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
  434.     for i in $(SUBDIRS) ;\
  435.     do \
  436.     (cd $$i ; echo including "in $(CURRENT_DIR)/$$i..."; \
  437.     $(MAKE) $(MFLAGS)  includes); \
  438.     done
  439.  
  440. # -------------------------------------------------------------------------
  441. # dependencies generated by makedepend
  442.  
  443.